hunt-snapshot-0_10_7 ~master (2019-09-12T04:35:55Z)
Dub
Repo
InboundHandlerContext
collie
channel
handlercontext
Undocumented in source.
interface
InboundHandlerContext (
In
) {
void
fireRead
(In msg);
void
fireTimeOut
();
void
fireTransportActive
();
void
fireTransportInactive
();
PipelineBase
pipeline
[@property getter];
Channel
transport
[@property getter];
}
Members
Functions
fireRead
void
fireRead
(In msg)
Undocumented in source.
fireTimeOut
void
fireTimeOut
()
Undocumented in source.
fireTransportActive
void
fireTransportActive
()
Undocumented in source.
fireTransportInactive
void
fireTransportInactive
()
Undocumented in source.
Properties
pipeline
PipelineBase
pipeline
[@property getter]
Undocumented in source.
transport
Channel
transport
[@property getter]
Undocumented in source.
Meta
Source
See Implementation
collie
channel
handlercontext
classes
ContextImpl
ContextImplBase
InboundContextImpl
OutboundContextImpl
enums
HandlerDir
interfaces
HandlerContext
InboundHandlerContext
OutboundHandlerContext
mixin templates
CommonContextImpl
ReadContextImpl
WriteContextImpl
templates
ContextType